A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server.
Triggers are managed on the Triggers tab of the Table Designer. Just simply click a trigger field for editing. By using the toolbar below, you can create new, edit and delete the selected trigger field.
Add Trigger
To add a trigger
- Open the table in the Table Designer.
- Open the Triggers tab.
- Click the
Add Trigger from the toolbar.
- Edit trigger properties.
Edit Trigger
To edit a trigger
- Open the table in the Table Designer.
- Open the Triggers tab.
- Just simply click on the trigger to edit.
Delete Trigger
To delete a trigger
- Open the table in the Table Designer.
- Open the Triggers tab.
- Click the
Delete Trigger from the toolbar.
- Confirm deleting in the dialog window.
See also:
Setting Trigger Properties